home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / findutil.1 / findutil / findutils-4.1 / doc / Makefile.in < prev    next >
Encoding:
Makefile  |  1994-11-05  |  3.1 KB  |  122 lines

  1. # Makefile.in generated automatically by automake from Makefile.am.
  2. # Copyright (C) 1994 Free Software Foundation, Inc.
  3.  
  4. # This program is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 2, or (at your option)
  7. # any later version.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. # GNU General Public License for more details.
  13.  
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program; if not, write to the Free Software
  16. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  
  18. SHELL = /bin/sh
  19.  
  20. srcdir = @srcdir@
  21. top_srcdir = @top_srcdir@
  22. VPATH = @srcdir@
  23. prefix = @prefix@
  24. exec_prefix = @exec_prefix@
  25.  
  26. bindir = $(exec_prefix)/bin
  27. sbindir = $(exec_prefix)/sbin
  28. libexecdir = $(exec_prefix)/libexec
  29. datadir = $(prefix)/share
  30. sysconfdir = $(prefix)/etc
  31. sharedstatedir = $(prefix)/com
  32. localstatedir = $(prefix)/var
  33. libdir = $(exec_prefix)/lib
  34. infodir = $(prefix)/info
  35. mandir = $(prefix)/man
  36. includedir = $(prefix)/include
  37. oldincludedir = /usr/include
  38.  
  39. INSTALL = @INSTALL@
  40. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  41. INSTALL_DATA = @INSTALL_DATA@
  42. transform = @program_transform_name@
  43.  
  44. ALL = ${PROGRAMS} ${LIBPROGRAMS} ${SCRIPTS} ${LIBSCRIPTS} ${LIBFILES}
  45. MAKEINFO = makeinfo
  46. TEXI2DVI = texi2dvi
  47.  
  48. TEXFILES = *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg *.toc *.tp *.vr
  49.  
  50. INFOS = find.info*
  51. INFO_DEPS = find.info
  52. DVIS = find.dvi
  53. SOURCES = 
  54. DIST_CONF = Makefile.am Makefile.in
  55. DIST_FILES = $(DIST_CONF) $(SOURCES) $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER)
  56.  
  57. TEXINFOS = find.texi
  58. DIST_OTHER = perm.texi texinfo.tex
  59.  
  60. all:: ${ALL}
  61.  
  62. .SUFFIXES: .texi .info .dvi
  63.  
  64. .texi.info:
  65.     $(MAKEINFO) -I$(srcdir) $<
  66.  
  67. .texi.dvi:
  68.     TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
  69.  
  70. info:: $(INFO_DEPS)
  71.  
  72. dvi:: $(DVIS)
  73.  
  74. install:: install-info
  75.  
  76. install-info: $(INFO_DEPS)
  77.     $(top_srcdir)/mkinstalldirs $(infodir)
  78.     cd $(srcdir); for file in *.info*; do \
  79.       $(INSTALL_DATA) $$file $(infodir)/$$file; \
  80.     done
  81.  
  82. uninstall:: uninstall-info
  83.  
  84. uninstall-info:
  85.     cd $(srcdir); for file in *.info*; do \
  86.       rm -f $(infodir)/$$file; \
  87.     done
  88.  
  89. mostlyclean:
  90.     rm -f *.o core
  91.  
  92. clean: mostlyclean
  93.     rm -f $(PROGRAMS) $(LIBPROGRAMS) $(LIBFILES) $(TEXFILES) $(CLEANFILES)
  94.  
  95. distclean: clean
  96.     rm -f Makefile *.tab.c $(DISTCLEANFILES)
  97.     rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h
  98.  
  99. realclean: distclean
  100.     rm -f TAGS $(INFOS)
  101.  
  102. dist: $(DIST_FILES) $(DIST_DIRS)
  103.     -mkdir ../`cat ../distname`/$(subdir)
  104.     @for file in $(DIST_FILES); do \
  105.       echo linking $$file; \
  106.       ln $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file || \
  107.         { echo copying $$file instead; cp -p $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file;}; \
  108.     done
  109.  
  110. check dvi info install uninstall::
  111.  
  112. tags:: TAGS
  113.  
  114. TAGS::
  115.     cd $(srcdir); etags $(SOURCES)
  116.  
  117. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  118. # Otherwise a system limit (for SysV at least) may be exceeded.
  119. .NOEXPORT:
  120.  
  121. find.info find.dvi: perm.texi
  122.